Uses of Class
org.eclipse.vtp.desktop.editors.core.model.UIConnector

Packages that use UIConnector
org.eclipse.vtp.desktop.editors.core.model   
org.eclipse.vtp.desktop.editors.core.theme   
org.eclipse.vtp.desktop.editors.themes.attraction   
org.eclipse.vtp.desktop.editors.themes.mantis   
 

Uses of UIConnector in org.eclipse.vtp.desktop.editors.core.model
 

Methods in org.eclipse.vtp.desktop.editors.core.model that return UIConnector
 UIConnector UICanvas.addConnector(Connector connector, UIElement origin, UIElement destination)
           
 

Methods in org.eclipse.vtp.desktop.editors.core.model with parameters of type UIConnector
 void UICanvas.removeConnector(UIConnector uiConnector)
           
 

Uses of UIConnector in org.eclipse.vtp.desktop.editors.core.theme
 

Methods in org.eclipse.vtp.desktop.editors.core.theme that return UIConnector
 UIConnector ConnectorFrame.getUIConnector()
           
 

Methods in org.eclipse.vtp.desktop.editors.core.theme with parameters of type UIConnector
 ConnectorFrame Theme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)
           
 

Uses of UIConnector in org.eclipse.vtp.desktop.editors.themes.attraction
 

Methods in org.eclipse.vtp.desktop.editors.themes.attraction that return UIConnector
 UIConnector AttractionConnectorFrame.getUIConnector()
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.attraction with parameters of type UIConnector
 ConnectorFrame AttractionTheme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)
           
 

Constructors in org.eclipse.vtp.desktop.editors.themes.attraction with parameters of type UIConnector
AttractionConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector uiConnector)
           
 

Uses of UIConnector in org.eclipse.vtp.desktop.editors.themes.mantis
 

Methods in org.eclipse.vtp.desktop.editors.themes.mantis that return UIConnector
 UIConnector MantisConnectorFrame.getUIConnector()
           
 

Methods in org.eclipse.vtp.desktop.editors.themes.mantis with parameters of type UIConnector
 ConnectorFrame MantisTheme.createConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector connector)
           
 

Constructors in org.eclipse.vtp.desktop.editors.themes.mantis with parameters of type UIConnector
MantisConnectorFrame(ElementFrame source, ElementFrame destination, UIConnector uiConnector)